* xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:55:52 +0000 (18:55 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:55:52 +0000 (18:55 +0000)
commit2281df2c8ffe69a1bfb0a2f57b542a4f563fe762
tree1b816aacb807a2e6cf90538637968fb5439d935f
parent8db1fb25ad1f889090d5a9abcecea18d1d05db8d
* xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
(xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
Return to use of the -no-properties variants.  There was
consensus on emacs-devel that the speed of these variants was
prefered since we are usually parsing files (from the internet
or on disk) instead of XML created in Emacs.
lisp/xml.el